libostree: Fix an introspection scanner warning
authorColin Walters <walters@verbum.org>
Wed, 9 Oct 2013 16:53:12 +0000 (12:53 -0400)
committerColin Walters <walters@verbum.org>
Wed, 9 Oct 2013 16:53:12 +0000 (12:53 -0400)
src/libostree/ostree-deployment.h

index a96a00a17ba420932c3d08d34bc2ea02f28872e2..daaa90d14b4a83e064c1cd2e06669675fee85a6d 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _OstreeDeployment OstreeDeployment;
 GType ostree_deployment_get_type (void) G_GNUC_CONST;
 
 guint ostree_deployment_hash (gconstpointer v);
-gboolean ostree_deployment_equal (gconstpointer a, gconstpointer b);
+gboolean ostree_deployment_equal (gconstpointer ap, gconstpointer bp);
 
 OstreeDeployment * ostree_deployment_new (int    index,
                                   const char  *osname,